Next | Prev | Up | Top | Contents | Index

Overview of Profiling

Profiling is a three-step process that consists of compiling the source program, executing the program, and then running the profiler, prof, to analyze the data.

The compiler system provides the following types of profiling:



Next | Prev | Up | Top | Contents | Index